From b7554917b3004065e5a1514c96b99a8ff3c78e73 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Mon, 16 May 2016 21:53:22 -0500 Subject: [PATCH] Man pages: add cargo-publish --- src/etc/man/cargo-publish.1 | 64 +++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/etc/man/cargo-publish.1 diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 new file mode 100644 index 000000000..acfab197b --- /dev/null +++ b/src/etc/man/cargo-publish.1 @@ -0,0 +1,64 @@ +.TH "CARGO\-PUBLISH" "1" "May 2016" "The Rust package manager" "Cargo Manual" +.hy +.SH NAME +.PP +cargo\-publish \- Upload a package to the registry. +.SH SYNOPSIS +.PP +\f[I]cargo publish\f[] [OPTIONS] +.SH DESCRIPTION +.PP +Upload a package to the registry. +.SH OPTIONS +.TP +.B \-h, \-\-help +Print this message. +.RS +.RE +.TP +.B \-\-host \f[I]HOST\f[] +Host to upload the package to. +.RS +.RE +.TP +.B \-\-host \f[I]HOST\f[] +Host to upload the package to. +.RS +.RE +.TP +.B \-\-token \f[I]TOKEN\f[] +Token to use when uploading. +.RS +.RE +.TP +.B \-\-no\-verify +Don\[aq]t verify package tarball before publish. +.RS +.RE +.TP +.B \-\-manifest\-path \f[I]PATH\f[] +Path to the manifest of the package to publish. +.RS +.RE +.TP +.B \-v, \-\-verbose +Use verbose output. +.RS +.RE +.TP +.B \-q, \-\-quiet +No output printed to stdout. +.RS +.RE +.TP +.B \-\-color \f[I]WHEN\f[] +Coloring: auto, always, never. +.RS +.RE +.SH SEE ALSO +.PP +cargo(1), cargo\-install(1), cargo\-search(1) +.SH COPYRIGHT +.PP +This work is dual\-licensed under Apache 2.0 and MIT terms. +See \f[I]COPYRIGHT\f[] file in the cargo source distribution. -- 2.30.2